Class Vector3F
길이가 3인 float 벡터.
public sealed class Vector3F
- 상속
-
Vector3F
필드
x
벡터의 x성분.
public float x
y
벡터의 y 성분.
public float y
z
벡터의 z성분.
public float z
길이가 3인 float 벡터.
public sealed class Vector3F
벡터의 x성분.
public float x
벡터의 y 성분.
public float y
벡터의 z성분.
public float z