[Missing <summary> documentation for "P:StarfieldUtils.MathUtils.Quaternion.V"]
Namespace:
StarfieldUtils.MathUtils
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Vec3D V { get; set; }
Public Property V As Vec3D
Get
Set
public:
property Vec3D^ V {
Vec3D^ get ();
void set (Vec3D^ value);
}
member V : Vec3D with get, set
Property Value
Type:
Vec3DSee Also