Class NullableVector3DExtensions
Inheritance
System.Object
NullableVector3DExtensions
Assembly: VRage.Math.dll
Syntax
public static class NullableVector3DExtensions : Object
Methods
AssertIsValid(Nullable<Vector3D>)
Declaration
public static void AssertIsValid(this Nullable<Vector3D> value)
Parameters
Type |
Name |
Description |
System.Nullable<Vector3D> |
value |
|
IsValid(Nullable<Vector3D>)
Declaration
public static bool IsValid(this Nullable<Vector3D> value)
Parameters
Type |
Name |
Description |
System.Nullable<Vector3D> |
value |
|
Returns
Type |
Description |
System.Boolean |
|