System.Math.Vectors.TPoint3D のメソッド
継承Protected
| _op_Addition | public | 2 つの点の合計を計算します。 |
| _op_Division | public | |
| _op_Equality | public | 2 つの TPoint3D オブジェクトが等しいことをテストします。 |
| _op_Inequality | public | 2 つの TPoint3D オブジェクトが等しくないことをテストします。 |
| _op_Multiply | public | 2 つの点の値を乗算します。 |
| _op_Subtraction | public | 2 つの TPoint3D オブジェクトの差分を計算します。 |
| _op_UnaryNegation | public | |
| AngleCosine | public | |
| Create | public | TPoint3D オブジェクトを作成します。 |
| CrossProduct | public | 2 つの TPoint3D オブジェクト間のクロス プロダクトを計算します。 |
| Distance | public | 2 つの TPoint3D オブジェクト間の距離を計算します。 |
| DotProduct | public | 2 つの TPoint3D オブジェクト間のドット プロダクトを計算します。 |
| EqualsTo | public | |
| Length | public | |
| MidPoint | public | |
| Normalize | public | Delphi では Self キーワード、C++ では this で指定された、TPoint3D オブジェクトの正規化インスタンスを返します。 |
| Offset | public | |
| operator - | public | |
| operator Addition | public | 2 つの点の合計を計算します。 |
| operator Division | public | |
| operator Equality | public | 2 つの TPoint3D オブジェクトが等しいことをテストします。 |
| operator Inequality | public | 2 つの TPoint3D オブジェクトが等しくないことをテストします。 |
| operator Multiply | public | 2 つの点の値を乗算します。 |
| operator Subtraction | public | 2 つの TPoint3D オブジェクトの差分を計算します。 |
| operator UnaryNegation | public | |
| Reflect | public | |
| Rotate | public | |
| Zero | public | X、Y、Z の値がすべて 0 である 3D の点です。 |