Properties | List of all members
Vector3D Class Reference

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

Inherits object.

Properties

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

Detailed Description

Multi-purpose 3D vector class.

Creates a 3D point/vector.

Parameters

x : float Data to initialize with.

y : float Data to initialize with.

z : float Data to initialize with.

Property Documentation

◆ length

length = property
static

float: Gets the length of this point.

◆ x

x = property
static

float: Gets or sets the x-component of the point.

◆ y

y = property
static

float: Gets or sets the y-component of the point.

◆ z

z = property
static

float: Gets or sets the z-component of the point.