Skip to content

CSMath.XYZM

Albert Domenech edited this page Jan 24, 2025 · 4 revisions

XYZM Class

Definition

Namespace: CSMath

C#

DefaultMemberAttribute
public sealedstruct XYZM

Properties

Returns Name Summary
UInt32 Dimension Get the dimension of the .
Double Item Value of the coordinate at the specified index.
Double M Specifies the M-value of the vector component
Double X Specifies the X-value of the vector component
Double Y Specifies the Y-value of the vector component
Double Z Specifies the Z-value of the vector component

Methods

Returns Name Summary
Boolean Equals(CSMath.XYZM, System.Int32) Indicates whether this instance and a specified object are equal with in a specific precison.
Boolean Equals(CSMath.XYZM)
Boolean Equals(System.Object)
Int32 GetHashCode
String ToString
String ToString(System.IFormatProvider) Converts the numeric value of this instance to its equivalent string representation
using the specified culture-specific format information.
Clone this wiki locally