Vector3 Structure |
Namespace: Aspose.ThreeD.Utilities
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Vector3(Double) |
Initializes a new instance of the Vector3 struct.
|
![]() | Vector3(Color) |
Initializes a new instance of the Vector3 struct.
|
![]() | Vector3(Vector4) |
Initializes a new instance of the Vector3 struct.
|
![]() | Vector3(Double, Double, Double) |
Initializes a new instance of the Vector3 struct.
|
Name | Description | |
---|---|---|
![]() | CompareTo |
Compare current vector to another instance.
|
![]() | Cos |
Calculates cosine on each component
|
![]() | Cross |
Cross product of two vectors
|
![]() | Dot |
Gets the dot product of two vectors
|
![]() | Equals |
Check if two vector3 equals
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Gets the hash code of Vector3
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | Normalize |
Normalizes this instance.
|
![]() | Set |
Sets the x/y/z component in one call.
|
![]() | Sin |
Calculates sine on each component
|
![]() | ToString |
Returns a String that represents the current Vector3.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Operator overloading for +
|
![]() ![]() | Equality |
Equal operator for Vector3
|
![]() ![]() | Inequality |
Not-equal operator for Vector3
|
![]() ![]() | Multiply(Double, Vector3) |
Operator overloading for *
|
![]() ![]() | Multiply(Vector3, Vector3) |
Operator overloading for *
|
![]() ![]() | Multiply(Vector3, Double) |
Operator overloading for *
|
![]() ![]() | Subtraction |
Operator overloading for - (minus)
|
![]() ![]() | UnaryNegation |
Operator overloading for -
|
Name | Description | |
---|---|---|
![]() ![]() | Origin |
Gets the origin position.
|
![]() ![]() | UnitScale |
Gets the unit scale vector.
|
![]() | x |
The x component.
|
![]() ![]() | XAxis |
Gets the X axis.
|
![]() | y |
The y component.
|
![]() ![]() | YAxis |
Gets the Y axis.
|
![]() | z |
The z component.
|
![]() ![]() | ZAxis |
Gets the Z axis.
|