Method | Description | |
---|---|---|
GetPitch ( this v ) : float | ||
GetYaw ( this v ) : float | ||
ReplaceX ( this lhs, float val ) : |
||
ReplaceY ( this lhs, float val ) : |
||
ReplaceZ ( this lhs, float val ) : |
||
RotateX ( this v, float angle ) : void | ||
RotateY ( this v, float angle ) : |
||
RotateZ ( this v, float angle ) : void |
public static ReplaceX ( this lhs, float val ) : |
||
lhs | this | |
val | float | |
return |
public static ReplaceY ( this lhs, float val ) : |
||
lhs | this | |
val | float | |
return |
public static ReplaceZ ( this lhs, float val ) : |
||
lhs | this | |
val | float | |
return |
public static RotateX ( this v, float angle ) : void | ||
v | this | |
angle | float | |
return | void |
public static RotateY ( this v, float angle ) : |
||
v | this | |
angle | float | |
return |
public static RotateZ ( this v, float angle ) : void | ||
v | this | |
angle | float | |
return | void |