Show / Hide Table of Contents

Class NullableVector3DExtensions

Inheritance
System.Object
NullableVector3DExtensions
Namespace: VRageMath
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾