Struct DreamVector3<T>
3D vector type for DreamFusion.
public struct DreamVector3<T>
Type Parameters
TThe numeric type.
- Inherited Members
Properties
X
X component.
public T X { readonly get; set; }
Property Value
- T
Y
Y component.
public T Y { readonly get; set; }
Property Value
- T
Z
Z component.
public T Z { readonly get; set; }
Property Value
- T