入力するデータ型は変換後のデータ型の全てのプロパティを有していなければならない。 この演算子の処理結果は、入力されたデータのうち変換後のデータ型に含まれる 全てのプロパティをコピーしたデータになる。
入力されたデータの型と出力先のデータの型に、同じ名前で異なる型のプロパティが存在する場合、 この演算子を含むフローのコンパイルは失敗する。
@param < T> 変換後のデータの種類 @param in 射影対象の入力 @param targetType 射影する型 @return 射影演算子 @throws IllegalArgumentException if some parameters were {@code null} @since 0.2.0generate(Projection, boolean)
with forceProjectAll
set to true
. This is the same as calling generate(p, false)
@param p a Projection
@see #generate(Projection,boolean)
Note that the projected point may lie outside the line segment. If this is the case, the projection factor will lie outside the range [0.0, 1.0].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|