NVector3 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct NVector3 : IEquatable<OpenTK.NVector3>
type NVector3 = struct
- Inheritance
-
NVector3
- Implements
Constructors
NVector3(Single, Single, Single) |
Fields
X | |
Y | |
Z |
Methods
Equals(NVector3) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(NVector3, NVector3) | |
Explicit(NVector3 to Vector3) | |
Explicit(Vector3 to NVector3) | |
Inequality(NVector3, NVector3) |