프로퍼티 | 타입 | 설명 | |
---|---|---|---|
W | float | ||
X | float | ||
Y | float | ||
Z | float |
메소드 | 설명 | |
---|---|---|
Vec4 ( Color color ) : System.Runtime.InteropServices |
Construct the Vec4 from a Color The Color's values will be normalized from 0..255 to 0..1 |
|
Vec4 ( float x, float y, float z, float w ) : System.Runtime.InteropServices |
Construct the Vec4 from its coordinates
|
public Vec4 ( Color color ) : System.Runtime.InteropServices | ||
color | Color | A SFML |
리턴 | System.Runtime.InteropServices |
public Vec4 ( float x, float y, float z, float w ) : System.Runtime.InteropServices | ||
x | float | X coordinate |
y | float | Y coordinate |
z | float | Z coordinate |
w | float | W coordinate |
리턴 | System.Runtime.InteropServices |