C# Class SIMDPrototyping.Vector3Width4

Exibir arquivo Open project: RossNordby/scratchpad Class Usage Examples

Public Properties

Property Type Description
X Vector4
Y Vector4
Z Vector4

Private Methods

Method Description
Add ( Vector3Width4 &a, Vector3Width4 &b, Vector3Width4 &result ) : void
Cross ( Vector3Width4 &a, Vector3Width4 &b, Vector3Width4 &result ) : void
Dot ( Vector3Width4 &a, Vector3Width4 &b, Vector4 &result ) : void
Multiply ( Vector3Width4 &a, Vector4 &b, Vector3Width4 &result ) : void
Multiply ( Vector3Width4 &a, float b, Vector3Width4 &result ) : void
Negate ( Vector3Width4 &v, Vector3Width4 &result ) : void
Subtract ( Vector3Width4 &a, Vector3Width4 &b, Vector3Width4 &result ) : void
Transpose ( Vector3Width4 &source, Vector3 result ) : void
Transpose ( Vector3Width4 &source, Vector3 &a, Vector3 &b, Vector3 &c, Vector3 &d ) : void
Vector3Width4 ( Vector3 &v1, Vector3 &v2, Vector3 &v3, Vector3 &v4 ) : System

Property Details

X public_oe property

public Vector4 X
return Vector4

Y public_oe property

public Vector4 Y
return Vector4

Z public_oe property

public Vector4 Z
return Vector4