Show / Hide Table of Contents

Class NullableVector3Extensions

Inheritance
System.Object
NullableVector3Extensions
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public static class NullableVector3Extensions : Object

Methods

AssertIsValid(Nullable<Vector3>)

Declaration
public static void AssertIsValid(this Nullable<Vector3> value)
Parameters
Type Name Description
System.Nullable<Vector3> value

IsValid(Nullable<Vector3>)

Declaration
public static bool IsValid(this Nullable<Vector3> value)
Parameters
Type Name Description
System.Nullable<Vector3> value
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾