Multi-purpose 2D vector class. More...
Properties | |
length = property | |
float: Get or set the length of the vector represented by this point object. | |
phi = property | |
cvb.Angle: Get or set the orientation of the vector represented by this point object. | |
x = property | |
float: Gets or sets the x-component of the point. | |
y = property | |
float: Get or set the y-component of the point. | |
Multi-purpose 2D vector class.
Creates a point.
x : float Data to initialize with.
y : float Data to initialize with.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.