Exemplo n.º 1
0
 public static unsafe void Tangent3(this ExtCoordinateFrame thisApi, [Count(Count = 3), Flow(FlowDirection.In)] ReadOnlySpan <short> v)
 {
     // SpanOverloader
     thisApi.Tangent3(in v.GetPinnableReference());
 }
Exemplo n.º 2
0
 public static unsafe void TangentPointer <T0>(this ExtCoordinateFrame thisApi, [Flow(FlowDirection.In)] TangentPointerTypeEXT type, [Flow(FlowDirection.In)] uint stride, [Count(Computed = "type, stride"), Flow(FlowDirection.In)] ReadOnlySpan <T0> pointer) where T0 : unmanaged
 {
     // SpanOverloader
     thisApi.TangentPointer(type, stride, in pointer.GetPinnableReference());
 }
Exemplo n.º 3
0
 public static unsafe void Binormal3(this ExtCoordinateFrame thisApi, [Count(Count = 3), Flow(FlowDirection.In)] ReadOnlySpan <double> v)
 {
     // SpanOverloader
     thisApi.Binormal3(in v.GetPinnableReference());
 }