vec3f Class |
Namespace: AltusUnified
The vec3f type exposes the following members.
Name | Description | |
---|---|---|
vec3f | Initializes a new instance of the vec3f class | |
vec3f(vec3f) | Initializes a new instance of the vec3f class | |
vec3f(Single, Single, Single) | Initializes a new instance of the vec3f class |
Name | Description | |
---|---|---|
cross | ||
Dispose | Releases all resources used by the vec3f | |
Dispose(Boolean) | Releases the unmanaged resources used by the vec3f and optionally releases the managed resources | |
dot | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
length | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
normalize | ||
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Addition | ||
AdditionAssignment | ||
Division | ||
DivisionAssignment | ||
MultiplicationAssignment | ||
Multiply(vec3f, vec3f) | ||
Multiply(vec3f, Single) | ||
Subtraction | ||
SubtractionAssignment |