Documentation
¶
Index ¶
- type Gid
- type Matrix_double4x4
- type Matrix_float2x2
- type Matrix_float3x3
- type Matrix_float4x3
- type Matrix_float4x4
- type Pid
- type Uid
- type Vector_double2
- type Vector_double3
- type Vector_double4
- type Vector_float2
- type Vector_float3
- type Vector_float4
- type Vector_int2
- type Vector_int4
- type Vector_uchar16
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matrix_double4x4 ¶
type Matrix_float2x2 ¶
not sure these will work, placeholder for now
type Matrix_float3x3 ¶
type Matrix_float4x3 ¶
type Matrix_float4x4 ¶
type Pid ¶
type Pid = int32
https://developer.apple.com/documentation/kernel/kernel_data_types?language=objc https://github.com/apple/darwin-xnu/blob/main/bsd/sys/_types.h
type Vector_double2 ¶
type Vector_double2 = [2]float64
type Vector_double3 ¶
type Vector_double3 = [3]float64
type Vector_double4 ¶
type Vector_double4 = [4]float64
type Vector_float2 ¶
type Vector_float2 = [2]float32
type Vector_float3 ¶
type Vector_float3 = [3]float32
type Vector_float4 ¶
type Vector_float4 = [4]float32
type Vector_int2 ¶
type Vector_int2 = [2]int32
type Vector_int4 ¶
type Vector_int4 = [4]int32
type Vector_uchar16 ¶
type Vector_uchar16 = [16]uint8
Click to show internal directories.
Click to hide internal directories.