Struct Vec3
- Namespace
- Mech3DotNet.Reader
- Assembly
- Mech3DotNet.dll
public struct Vec3
- Inherited Members
Fields
x
public float x
Field Value
y
public float y
Field Value
z
public float z
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.