Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MathHelper.IsValid

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexMathHelper

Summary

public static bool IsValid(Matrix matrix)

Returns

bool

Parameters

Summary

public static bool IsValid(MatrixD matrix)

Returns

bool

Parameters

Summary

public static bool IsValid(Vector3 vec)

Returns

bool

Parameters

Summary

public static bool IsValid(Vector3D vec)

Returns

bool

Parameters

Summary

public static bool IsValid(Vector2 vec)

Returns

bool

Parameters

Summary

public static bool IsValid(float f)

Returns

bool

Parameters

Summary

public static bool IsValid(double f)

Returns

bool

Parameters

Summary

public static bool IsValid(Vector3? vec)

Returns

bool

Parameters

Summary

public static bool IsValid(Quaternion q)

Returns

bool

Parameters

Clone this wiki locally