CVBpy 14.1
Point3D Class Reference

Multi-purpose 3D vector class. More...

Inherits object.

Public Member Functions

None Point3D (self, float x=0.0, float y=0.0, float z=0.0)
 Creates a 3D point/vector. More...
 

Properties

 length = property
 float: Gets the length of this point.
 
 x = property
 float: Gets or sets the x-component of the point.
 
 y = property
 float: Gets or sets the y-component of the point.
 
 z = property
 float: Gets or sets the z-component of the point.
 

Detailed Description

Multi-purpose 3D vector class.

Constructor & Destructor Documentation

◆ Point3D()

None Point3D (   self,
float   x = 0.0,
float   y = 0.0,
float   z = 0.0 
)

Creates a 3D point/vector.

Parameters

x : float Data to initialize with.

y : float Data to initialize with.

z : float Data to initialize with.