Enum PlyReader.PlyDataTypes
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Specifies the types of ply data types.
public enum PlyReader.PlyDataTypes
- Extension Methods
Fields
_char = 0character
_double = 10double-precision float
_float = 8single-precision float
_float32 = 9single-precision float
_int = 4integer
_int32 = 5integer
_short = 2short integer
_uchar = 1unsigned character
_uint = 6unsigned integer
_uint8 = 7unsigned integer
_ushort = 3unsigned short integer