Vector3Fixed Constructor
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the Vector3Fixed structure.
Overload List
Name | Description | |
---|---|---|
Vector3Fixed(Vector3) | Initializes a new instance of the Vector3Fixed structure using a Vector3 structure. | |
Vector3Fixed(FixedPoint, FixedPoint, FixedPoint) | Initializes a new instance of the Vector3Fixed structure using three components. |
Top