Skip to content

CSMath.XYZ

Albert Domenech edited this page Aug 4, 2024 · 3 revisions

XYZ Class

Definition

Namespace: CSMath

C#

DefaultMemberAttribute
public sealedstruct XYZ

Properties

Returns Name Summary
UInt32 Dimension Get the dimension of the .
Double Item Value of the coordinate at the specified index.
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.XYZ, System.Int32) Indicates whether this instance and a specified object are equal with in a specific precison.
Boolean Equals(CSMath.XYZ)
Boolean Equals(System.Object)
Int32 GetHashCode
String ToString
Clone this wiki locally