CVBpy 15.1
Loading...
Searching...
No Matches

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

Public Member Functions

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

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.